home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-12-12 | 2.3 KB | 61 lines |
-
- ; A very simple sample, showing the installation of a text editor NOTEPAD.EXE.
- ; The installation updates WIN.INI so that filenames with the extension .INF
- ; are related to the editor. The installation creates a group in the Windows
- ; shell, with the editor as a item. The sample donÆt use any compressed files.
-
- ; Copyright (c) 1995 Benny Nissen
-
- ; See documentation (WINSETUP.DOC) for more information about each section.
-
- ; MainWindow: Options to select and anything seen in the first window.
- ; FileCopy: All about file copying.
- ; IniModifications: How to modify initialization files in the Windows environment.
- ; PMOptions: DDE commands to Program Manager.
-
- ; Strings will be modified by the installation program if they contain the following
- ; special combination of characters.
-
- ; [t] or [T] Replaced with end user specified target directory
- ; [w] or [W] Replaced with Windows directory
- ; [s] or [S] Replaced with system directory
- ; [d] or [D] Replaced with Windows drive (c:)
- ; [r] or [R] Replaced with last source (read) directory
- ; [o] or [O] Replaced with program option string selected by end user
- ; [n] or [N] Replaced with new line, only in entry RunText and WindowText
- ; [q] or [Q] Replaced with tabulation, only in entry RunText and WindowText
-
- [Basic]
- ShowDesktop=([r]\install.bmp,3,<Live Markup>PRO[n]HTML without the work,MS Sans Serif,42,1,0,1,4294967295)
- ShowCTL3D=[s]\ctl3d.dll
-
- [MainWindow]
- WindowTitleText=<Live Markup> Installation
- WindowText=Please specify the destination directory, <Live Markup> can be installed.
- StartDestDir=[d]\lvmk16\
-
- [FileCopy]
- 1=(1200000,[r]\lvmk.exe,[t],Main program,4)
- 2=(220000,[r]\bc450rtl.dll,[t],DLL,4)
- 3=(230000,[r]\bc453rtl.dll,[t],DLL,4)
- 4=(61000,[r]\bids45.dll,[t],DLL,4)
- 5=(60000,[r]\bids47.dll,[t],DLL,4)
- 6=(200000,[r]\lvmk.hlp,[t],DLL,4)
- 7=(500000,[r]\owl250.dll,[t],DLL,4)
- 8=(510000,[r]\owl253.dll,[t],DLL,4)
- 9=(3800,[r]\license.txt,[t],license,4)
- 10=(1000,[r]\lvmk.ini,[t],ini,4)
- 11=(3000,[r]\readme.txt,[t],Lastest program information,4)
- 12=(15000,[r]\basic.htm,[t],htm,4)
-
- [PMOptions]
- PMGroup=(Live Markup)
- 1=([t]\lvmk.exe,Live Markup)
-
- [ExecuteAfterInstall]
- OptionsForExec={01}
- YNButtons=1
- RunText=View <Live Markup> release notes.
- RunProgram=notepad.exe [t]\readme.txt
- ShowDesktopDuringExec=1
-